




/*
     FILE ARCHIVED ON 16:25:25 Jun 25, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:06:50 Feb 14, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/**
 * @author Maxwell Berkel <mberkel@qologydirect.com>
 * @since 0.0.3
 *
 * Form layout
 */
.jt-buttons {
  *zoom: 1;
}
.jt-buttons:before,
.jt-buttons:after {
  content: '';
  display: table;
}
.jt-buttons:after {
  clear: both;
}
.jt-form {
  display: block;
}
.jt-form hr {
  border: none;
  border-bottom: 1px dotted #eee;
  margin: 20px 0;
}
.jt-form label {
  display: block;
  font-weight: bold;
  padding: 4px 0 0;
}
.jt-form label em {
  font-weight: normal;
  font-style: normal;
  font-size: 0.8em;
  line-height: 1em;
  margin-left: 10px;
}
.jt-form label.required-field:before {
  display: inline-block;
  color: #f00;
  margin-right: 2px;
  content: "*";
}
.jt-form input,
.jt-form textarea,
.jt-form select {
  display: inline-block !important;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  border-bottom-color: #c8c8c8;
  border-right-color: #c8c8c8;
  padding: 6px 10px;
}
.jt-form input.invalid-form-field,
.jt-form textarea.invalid-form-field,
.jt-form select.invalid-form-field {
  border: 1px solid #f00 !important;
}
.jt-form select {
  height: 34px;
}
.jt-form input[type="radio"],
.jt-form input[type="checkbox"] {
  display: inline-block !important;
  width: auto;
  margin: 0 10px 0 0;
  clear: none;
}
.jt-form input[type="submit"],
.jt-form input[type="button"],
.jt-form button {
  display: inline-block !important;
}
.jt-form h1 {
  font-size: 2em !important;
  line-height: 1em !important;
  margin: 0 0 10px !important;
}
.jt-form h2 {
  font-size: 1.6em !important;
  line-height: 1em !important;
  margin: 0 0 10px !important;
}
.jt-form h3 {
  font-size: 1.4em !important;
  line-height: 1em !important;
  margin: 0 0 10px !important;
}
.jt-form h4 {
  font-size: 1.2em !important;
  line-height: 1em !important;
  margin: 0 0 10px !important;
}
input.jt-button,
button.jt-button,
a.jt-button {
  color: #111;
  background-color: #eee;
  border: 1px solid #d3d3d3;
  border-bottom-color: #bebebe;
  border-right-color: #bebebe;
  border-radius: 3px;
  padding: 8px 18px !important;
}
input.jt-button:hover,
button.jt-button:hover,
a.jt-button:hover {
  color: #111;
  border: 1px solid #bebebe;
  border-bottom-color: #a9a9a9;
  border-right-color: #a9a9a9;
}
a.jt-button {
  line-height: inherit;
  height: inherit;
  font-size: inherit;
  padding-top: 6px !important;
}
.jt-buttons {
  float: left;
  display: inline;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.jt-buttons input,
.jt-buttons button,
.jt-buttons input.jt-button,
.jt-buttons button.jt-button,
.jt-buttons a.jt-button {
  display: inline-block;
  width: auto;
  margin-left: 8px;
}
.jt-buttons input:first-child,
.jt-buttons button:first-child,
.jt-buttons input.jt-button:first-child,
.jt-buttons button.jt-button:first-child,
.jt-buttons a.jt-button:first-child {
  margin-left: 0;
}
.jt-table .jt-header {
  border-bottom: 1px solid #cfcfcf;
}
.jt-table .jt-header .jt-label {
  display: block;
  background-color: #e4e4e4;
  border: 1px solid #ddd;
  border-left: none;
  border-bottom: none;
  font-weight: bold;
  padding: 8px 12px 4px;
}
.jt-table .jt-table-row {
  border-bottom: 1px solid #dadada;
}
.jt-table .jt-table-row .jt-field {
  display: block;
  padding: 2px 12px;
}
.jt-table .jt-table-actions a {
  display: inline-block;
  cursor: pointer;
  margin-left: 15px;
}
.jt-table .jt-table-actions a:first-child {
  margin-left: 0;
}

/**
 * @author Maxwell Berkel <mberkel@qologydirect.com>
 * @since 0.0.3
 *
 * Grid layout
 */
.jt-row,
.jt-padded-row,
.jt-col5,
.jt-col10,
.jt-col15,
.jt-col20,
.jt-col25,
.jt-col30,
.jt-col33,
.jt-col40,
.jt-col45,
.jt-col50,
.jt-col60,
.jt-col66,
.jt-col70,
.jt-col75,
.jt-col80,
.jt-col85,
.jt-col90,
.jt-col95 {
  *zoom: 1;
}
.jt-row:before,
.jt-padded-row:before,
.jt-col5:before,
.jt-col10:before,
.jt-col15:before,
.jt-col20:before,
.jt-col25:before,
.jt-col30:before,
.jt-col33:before,
.jt-col40:before,
.jt-col45:before,
.jt-col50:before,
.jt-col60:before,
.jt-col66:before,
.jt-col70:before,
.jt-col75:before,
.jt-col80:before,
.jt-col85:before,
.jt-col90:before,
.jt-col95:before,
.jt-row:after,
.jt-padded-row:after,
.jt-col5:after,
.jt-col10:after,
.jt-col15:after,
.jt-col20:after,
.jt-col25:after,
.jt-col30:after,
.jt-col33:after,
.jt-col40:after,
.jt-col45:after,
.jt-col50:after,
.jt-col60:after,
.jt-col66:after,
.jt-col70:after,
.jt-col75:after,
.jt-col80:after,
.jt-col85:after,
.jt-col90:after,
.jt-col95:after {
  content: '';
  display: table;
}
.jt-row:after,
.jt-padded-row:after,
.jt-col5:after,
.jt-col10:after,
.jt-col15:after,
.jt-col20:after,
.jt-col25:after,
.jt-col30:after,
.jt-col33:after,
.jt-col40:after,
.jt-col45:after,
.jt-col50:after,
.jt-col60:after,
.jt-col66:after,
.jt-col70:after,
.jt-col75:after,
.jt-col80:after,
.jt-col85:after,
.jt-col90:after,
.jt-col95:after {
  clear: both;
}
.jt-row {
  float: left;
  display: inline;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  *zoom: 1;
}
.jt-row:before,
.jt-row:after {
  content: '';
  display: table;
}
.jt-row:after {
  clear: both;
}
.jt-padded-row {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-left: 0%;
  margin-right: 1%;
  *zoom: 1;
}
.jt-padded-row:last-child {
  margin-right: 0%;
}
.jt-padded-row:before,
.jt-padded-row:after {
  content: '';
  display: table;
}
.jt-padded-row:after {
  clear: both;
}
.jt-col5 {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 4.05%;
  margin-left: 0%;
  margin-right: 1%;
}
.jt-col5:last-child {
  margin-right: 0%;
}
.jt-col10 {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 9.1%;
  margin-left: 0%;
  margin-right: 1%;
}
.jt-col10:last-child {
  margin-right: 0%;
}
.jt-col15 {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 14.15%;
  margin-left: 0%;
  margin-right: 1%;
}
.jt-col15:last-child {
  margin-right: 0%;
}
.jt-col20 {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 19.2%;
  margin-left: 0%;
  margin-right: 1%;
}
.jt-col20:last-child {
  margin-right: 0%;
}
.jt-col25 {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 24.25%;
  margin-left: 0%;
  margin-right: 1%;
}
.jt-col25:last-child {
  margin-right: 0%;
}
.jt-col30 {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 29.3%;
  margin-left: 0%;
  margin-right: 1%;
}
.jt-col30:last-child {
  margin-right: 0%;
}
.jt-col33 {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 32.666666666666664%;
  margin-left: 0%;
  margin-right: 1%;
}
.jt-col33:last-child {
  margin-right: 0%;
}
.jt-col40 {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 39.4%;
  margin-left: 0%;
  margin-right: 1%;
}
.jt-col40:last-child {
  margin-right: 0%;
}
.jt-col45 {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 44.45%;
  margin-left: 0%;
  margin-right: 1%;
}
.jt-col45:last-child {
  margin-right: 0%;
}
.jt-col50 {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 49.5%;
  margin-left: 0%;
  margin-right: 1%;
}
.jt-col50:last-child {
  margin-right: 0%;
}
.jt-col60 {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 59.6%;
  margin-left: 0%;
  margin-right: 1%;
}
.jt-col60:last-child {
  margin-right: 0%;
}
.jt-col66 {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 66.33333333333333%;
  margin-left: 0%;
  margin-right: 1%;
}
.jt-col66:last-child {
  margin-right: 0%;
}
.jt-col70 {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 69.7%;
  margin-left: 0%;
  margin-right: 1%;
}
.jt-col70:last-child {
  margin-right: 0%;
}
.jt-col75 {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 74.75%;
  margin-left: 0%;
  margin-right: 1%;
}
.jt-col75:last-child {
  margin-right: 0%;
}
.jt-col80 {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 79.8%;
  margin-left: 0%;
  margin-right: 1%;
}
.jt-col80:last-child {
  margin-right: 0%;
}
.jt-col85 {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 84.85%;
  margin-left: 0%;
  margin-right: 1%;
}
.jt-col85:last-child {
  margin-right: 0%;
}
.jt-col90 {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 89.9%;
  margin-left: 0%;
  margin-right: 1%;
}
.jt-col90:last-child {
  margin-right: 0%;
}
.jt-col95 {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 94.95%;
  margin-left: 0%;
  margin-right: 1%;
}
.jt-col95:last-child {
  margin-right: 0%;
}
.jt-top-none {
  padding-top: 0;
}
.jt-top-small {
  padding-top: 10px;
}
.jt-top-medium {
  padding-top: 20px;
}
.jt-top-large {
  padding-top: 30px;
}
.jt-top-xlarge {
  padding-top: 40px;
}
.jt-bottom-none {
  padding-bottom: 0;
}
.jt-bottom-small {
  padding-bottom: 10px;
}
.jt-bottom-medium {
  padding-bottom: 20px;
}
.jt-bottom-large {
  padding-bottom: 30px;
}
.jt-bottom-xlarge {
  padding-bottom: 40px;
}

/**
 * @author Maxwell Berkel <mberkel@qologydirect.com>
 * @since 0.0.3
 *
 * Metabox styles
 */
.postbox-container .postbox {
  -webkit-box-shadow: 0 0 10px #d6d6d6;
  box-shadow: 0 0 10px #d6d6d6;
  border: 1px solid #e7e7e7;
}
.postbox-container .postbox .hndle {
  border-bottom: 1px solid #ddd;
}
.postbox-container .postbox.closed .hndle {
  border-bottom-color: transparent;
}
.postbox-container .cmb_metabox h1:first-child,
.postbox-container .cmb_metabox h2:first-child,
.postbox-container .cmb_metabox h3:first-child,
.postbox-container .cmb_metabox h4:first-child {
  margin-top: 0;
}

/**
 * @author Maxwell Berkel <mberkel@qologydirect.com>
 * @since 0.0.3
 *
 * Modal layout
 */
.jt-modal {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #efefef;
  margin: 0 auto !important;
  overflow-y: visible;
  opacity: 0.96;
  z-index: 9999;
}
.jt-modal .jt-modal-content-pane {
  position: relative;
  display: inline-block;
  width: 95%;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0 0 18px #dcdcdc;
  box-shadow: 0 0 18px #dcdcdc;
  border: 1px solid #e2e2e2;
  margin: 10px auto 0;
  overflow-y: visible;
}
.jt-modal .jt-modal-header {
  *zoom: 1;
  border-bottom: 1px solid #ececec;
  padding: 18px 35px 15px;
  margin: 0 10px;
}
.jt-modal .jt-modal-header:before,
.jt-modal .jt-modal-header:after {
  content: '';
  display: table;
}
.jt-modal .jt-modal-header:after {
  clear: both;
}
.jt-modal .jt-modal-header h1,
.jt-modal .jt-modal-header h2,
.jt-modal .jt-modal-header h3,
.jt-modal .jt-modal-header h4 {
  padding: 0;
  margin: 0;
}
.jt-modal .jt-modal-content {
  *zoom: 1;
  padding: 0 40px 25px;
}
.jt-modal .jt-modal-content:before,
.jt-modal .jt-modal-content:after {
  content: '';
  display: table;
}
.jt-modal .jt-modal-content:after {
  clear: both;
}
.jt-modal .jt-modal-content p {
  margin-top: 0;
}
.jt-modal .jt-modal-errors {
  display: block;
  color: #fff;
  background-color: #f00;
  line-height: 1.1em;
  padding: 10px 15px;
  margin: 0 0 20px;
}
.jt-custom-modal {
  display: none;
}
.jt-custom-modal .jt-modal-dialog {
  display: inline-block;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px #bbb;
  box-shadow: 0 0 20px #bbb;
}
.jt-custom-modal .jt-modal-content {
  display: block;
  width: 800px;
  padding: 30px 25px 30px;
}
.jt-custom-modal .jt-modal-header {
  display: block;
  *zoom: 1;
}
.jt-custom-modal .jt-modal-header:before,
.jt-custom-modal .jt-modal-header:after {
  content: '';
  display: table;
}
.jt-custom-modal .jt-modal-header:after {
  clear: both;
}
.jt-custom-modal .jt-modal-body {
  display: block;
  *zoom: 1;
}
.jt-custom-modal .jt-modal-body:before,
.jt-custom-modal .jt-modal-body:after {
  content: '';
  display: table;
}
.jt-custom-modal .jt-modal-body:after {
  clear: both;
}
.jt-custom-modal .jt-modal-footer {
  display: block;
  text-align: center;
  padding-top: 15px;
  *zoom: 1;
}
.jt-custom-modal .jt-modal-footer:before,
.jt-custom-modal .jt-modal-footer:after {
  content: '';
  display: table;
}
.jt-custom-modal .jt-modal-footer:after {
  clear: both;
}
